home *** CD-ROM | disk | FTP | other *** search
Text File | 1999-07-16 | 524 b | 50 lines | [TEXT/ttxt] |
- // Colors, by Terry Guldimann ( Guld@Pacbell.net )
-
- Resn=10,
-
- Durn="1",
-
- CamX="50*sin(1.5*PI*t)",
- CamY="50+85*sin(.6*t)",
- CamZ="50*cos(1.5*PI*t)",
-
- CmLX="0",
- CmLY="5",
- CmLZ="0",
-
- CUpX="0",
- CUpY="1",
- CUpZ="0",
-
- D0="2 * s - 1",
-
- R=".5 *(1+sin(2*PI*dt))",
- G=".5 *(1+cos( PI*d0 ) )",
- B=".5 *(1+sin( PI*d0 ))",
-
-
- widt=390,heig=330,
-
- ConL=0,ConB=0,
-
-
- Fall=".01",
-
- C0="30*sin(2*PI*dt)",
- C1="30*cos(2*PI*dt)",
-
- D1="d0 * d0 - d0 + .5 * mag( s )",
-
- X="c0 * d1",
- Y="30 * d0",
- Z="c1 * d1",
-
-
-
- Scal="1600",
- ScSz=1,
-
- Pers="180",
-
-
- Vers=30